Welcome![Sign In][Sign Up]
Location:
Search - fat16 format

Search list

[Other resourceFAT16 磁盘格式引导程序(ASM)

Description: FAT16 磁盘格式引导程序.文件是以ASM汇编格式提供的.-FAT16 disk boot format. ASM is a compilation document format available.
Platform: | Size: 4271 | Author: 汪旭 | Hits:

[Other resourcefat16 and fat32 file system

Description: fat16、fat32文件格式的c源程序,内含怎样建立目录、建立文件、删除文件等。-fat16, fat32 file format c source, the list includes how to establish, document, delete files.
Platform: | Size: 58133 | Author: 于鱼 | Hits:

[Other resourceFAT16

Description: use dsp to make FAT16 format disk.interface with FLASH Ic.
Platform: | Size: 66473 | Author: jacky | Hits:

[Disk Toolspart237

Description: 一个Win95/98/NT下的分区管理程序,可以格式化和划分FAT16/FAT32分区,还可以选择启动分区- Under a Win95/98/NT district executive program, may format and divide the FAT16/FAT32 district, but also may choose the start district
Platform: | Size: 167936 | Author: 站长 | Hits:

[assembly languageboot16

Description: FAT16 磁盘格式引导程序(ASM)-FAT16 disk format guide (ASM)
Platform: | Size: 4096 | Author: | Hits:

[SCMATMEL FAT File System

Description: ATMEL单片机可用的文件系统源代码,支持FAT16/FAT32格式。-ATMEL SCM available file system source code, support FAT16/FAT32 format.
Platform: | Size: 620544 | Author: zungyiu | Hits:

[SCMFAT16 磁盘格式引导程序(ASM)

Description: FAT16 磁盘格式引导程序.文件是以ASM汇编格式提供的.-FAT16 disk boot format. ASM is a compilation document format available.
Platform: | Size: 4096 | Author: 汪旭 | Hits:

[SCMfat16 and fat32 file system

Description: fat16、fat32文件格式的c源程序,内含怎样建立目录、建立文件、删除文件等。-fat16, fat32 file format c source, the list includes how to establish, document, delete files.
Platform: | Size: 58368 | Author: 于鱼 | Hits:

[Embeded-SCM Developc51tousb

Description: u盘读写模块.C51单片机与USB接口芯片对U盘进行文件读写,支持FAT8,FAT16和FAT32磁盘格式.-reader module. C51 microcontroller with USB interface chip for U-file read and write support FAT8, FAT16 and FAT32 disk format.
Platform: | Size: 23552 | Author: 周德玖 | Hits:

[ARM-PowerPC-ColdFire-MIPSZLG_FS

Description: ZLG文件系统,缺文件扩展名检查。FAT16-ZLG file system, file extensions missing checks. FAT16
Platform: | Size: 662528 | Author: 魏鸿林 | Hits:

[uCOSuCFSTrial

Description: uc/os 的文件系统,使用fat16格式,绝对的好东西!-uc/os file system, use the FAT16 format, is absolutely a good thing!
Platform: | Size: 1242112 | Author: fire | Hits:

[MiddleWareFAT16

Description: use dsp to make FAT16 format disk.interface with FLASH Ic.
Platform: | Size: 112640 | Author: jacky | Hits:

[SCMFAT

Description: C51实现的FAT16格式下的USB通信-C51 realize the FAT16 format USB communication
Platform: | Size: 2048 | Author: 史斌斌 | Hits:

[Otherfat16

Description: 恢复误删除或误格式化且文件格式为FAT16格式的文件数据-Restore accidentally deleted, or wrong format and file formats the data for the FAT16 file format
Platform: | Size: 2048 | Author: peter | Hits:

[File FormatFAT16format

Description: FAT16文件系统格式说明(什么是FAT文件系统)-FAT16 file system format (What is a FAT file system)
Platform: | Size: 281600 | Author: 李明 | Hits:

[Embeded-SCM DevelopFATSysemStructure

Description: 文本结构 硬盘的物理结构 磁盘引导原理 FAT32和FAT16的文件系统格式,FAT表和目录表等信息。是熟悉FAT文件系统结构的很好教材。-Hard copy of the structure of the physical structure of the disk to guide the principle of FAT32 and FAT16 file system format, FAT table and directory information table. Is familiar with the FAT file system structure of a good textbook.
Platform: | Size: 649216 | Author: twofish | Hits:

[MiddleWareFAT16

Description: 文件系统功能概论 1)本文件系统兼容FAT16/FAT32文件系统格式,支持长文件名,多级子目录,多盘操作,读写,创建删除文件等等功能。 2)本文件系统采用C代码编写,可以方便的移植于计算机应用平台,一般只需要额外编写磁盘的读写驱动,就可使用文件系统所有的功能。 3)具有文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读取文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4)支持同时打开最多达254个文件;并且最大可打开文件数可由编译宏MaximumFCB设定。 5)支持多任务文件操作的功能:文件可同时同时被多个任务打开,但只有其中第一个打开文件的任务可以得到文件的完全读写权限,以实现文件在多任务环境下的并发操作的保护。 如需商业使用,请与作者联系啊:qq:292942278,e-mail:tony_yang123@sina.com.cn demo代码只支持FAT16 -Introduction to File System features 1) The file system compatible format FAT16/FAT32 file system to support long file names, multi-level subdirectory, many disk operations, read and write, create delete files and so on function. 2) The file system used to prepare C code can be easily transplanted into the computer application platform, which generally required to prepare additional disk drives to read and write, you can use all the functions of the file system. 3) has the file buffer functions: 1) read documents, read the location of the buffer zone in the document can be directly read from the file buffer, do not need to read physical disk file buffer size can be used to compile macro EnableFileBuf, TotalFileBUFsQTYeachFCB, FileBUFSize to control . 4) supported at the same time open up to 254 documents and the largest number of documents can be opened by the macro compiler MaximumFCB settings. 5) Supporting file operations mission many features: documents can
Platform: | Size: 689152 | Author: 6756 | Hits:

[Embeded-SCM Developsd_fat16_test

Description: 在s3c44b0下利用SD卡进行WAV文件(FAT16格式)播放的源程序-At S3C44B0 use WAV files to SD card (FAT16 format) playback source
Platform: | Size: 69632 | Author: czm | Hits:

[SCMfat16

Description: 嵌入式FAT16文件系统C代码免费下载 该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。 (FAT16代码是免费代码,用户可直接使用。 本代码有FAT32(兼容FAT16)和多个盘的版本(收费), 如果需要,请与本人联系!qq:292942278,E-MAIL:tony_yang123@sina.com.cn) -FAT16 file system, embedded C code for free download The file system is composed of my personal development, all code in the VC prepared and tested. To test the VC based on the virtual disk drive (in the Flash_management.c) achieve the disk read and write. Implemented file system is compatible with FAT16/FAT32 file system format, compatible with long file names, is compatible with GB2312/UNICODE Chinese character coding, and realized its subdirectory support for the implementation of documentation to read, write, create, delete and other file system common functions. The other one, write code using C can be ported to run on microcontrollers. (FAT16 code is free code, users can directly use. This code has FAT32 (compatible with FAT16) and multi-disc version (fee), if required, please contact me! qq: 292942278, E-MAIL: tony_yang123@sina.com.cn)
Platform: | Size: 453632 | Author: 6756 | Hits:

[Disk Toolsformat

Description: format disk to fat16
Platform: | Size: 218112 | Author: wismas | Hits:
« 12 3 »

CodeBus www.codebus.net